package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "css-what@2.1.3",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "css-what@2.1.3",
  10. "_id": "css-what@2.1.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-ptdgRXM2X+dGhsPzEcVlE9iChfI=",
  13. "_location": "/css-what",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "css-what@2.1.3",
  19. "name": "css-what",
  20. "escapedName": "css-what",
  21. "rawSpec": "2.1.3",
  22. "saveSpec": null,
  23. "fetchSpec": "2.1.3"
  24. },
  25. "_requiredBy": [
  26. "/css-select",
  27. "/renderkid/css-select"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/css-what/download/css-what-2.1.3.tgz",
  30. "_spec": "2.1.3",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  32. "author": {
  33. "name": "Felix Böhm",
  34. "email": "me@feedic.com",
  35. "url": "http://feedic.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/fb55/css-what/issues"
  39. },
  40. "dependencies": {},
  41. "description": "a CSS selector parser",
  42. "devDependencies": {
  43. "jshint": "2"
  44. },
  45. "engines": {
  46. "node": "*"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/fb55/css-what#readme",
  52. "jshintConfig": {
  53. "eqeqeq": true,
  54. "freeze": true,
  55. "latedef": "nofunc",
  56. "noarg": true,
  57. "nonbsp": true,
  58. "undef": true,
  59. "unused": true,
  60. "eqnull": true,
  61. "proto": true,
  62. "node": true,
  63. "globals": {
  64. "describe": true,
  65. "it": true
  66. }
  67. },
  68. "license": "BSD-2-Clause",
  69. "main": "./index.js",
  70. "name": "css-what",
  71. "optionalDependencies": {},
  72. "prettier": {
  73. "tabWidth": 4
  74. },
  75. "repository": {
  76. "url": "git+https://github.com/fb55/css-what.git"
  77. },
  78. "scripts": {
  79. "test": "node tests/test.js && jshint *.js"
  80. },
  81. "version": "2.1.3"
  82. }