package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_args": [
  3. [
  4. "css-what@2.1",
  5. "/home/seleznev/project Angular/Quality system/node_modules/css-select"
  6. ]
  7. ],
  8. "_from": "css-what@>=2.1.0 <2.2.0",
  9. "_id": "css-what@2.1.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/css-what",
  13. "_nodeVersion": "5.0.0",
  14. "_npmUser": {
  15. "email": "me@feedic.com",
  16. "name": "feedic"
  17. },
  18. "_npmVersion": "3.3.9",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "css-what",
  22. "raw": "css-what@2.1",
  23. "rawSpec": "2.1",
  24. "scope": null,
  25. "spec": ">=2.1.0 <2.2.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/css-select"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/css-what/-/css-what-2.1.0.tgz",
  32. "_shasum": "9467d032c38cfaefb9f2d79501253062f87fa1bd",
  33. "_shrinkwrap": null,
  34. "_spec": "css-what@2.1",
  35. "_where": "/home/seleznev/project Angular/Quality system/node_modules/css-select",
  36. "author": {
  37. "email": "me@feedic.com",
  38. "name": "Felix Böhm",
  39. "url": "http://feedic.com"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/fb55/css-what/issues"
  43. },
  44. "dependencies": {},
  45. "description": "a CSS selector parser",
  46. "devDependencies": {
  47. "jshint": "2"
  48. },
  49. "directories": {},
  50. "dist": {
  51. "shasum": "9467d032c38cfaefb9f2d79501253062f87fa1bd",
  52. "tarball": "https://registry.npmjs.org/css-what/-/css-what-2.1.0.tgz"
  53. },
  54. "engines": {
  55. "node": "*"
  56. },
  57. "files": [
  58. "index.js"
  59. ],
  60. "gitHead": "fd6b9f62146efec8e17ee80ddaebdfb6ede21d7b",
  61. "homepage": "https://github.com/fb55/css-what#readme",
  62. "jshintConfig": {
  63. "eqeqeq": true,
  64. "eqnull": true,
  65. "freeze": true,
  66. "globals": {
  67. "describe": true,
  68. "it": true
  69. },
  70. "latedef": "nofunc",
  71. "noarg": true,
  72. "node": true,
  73. "nonbsp": true,
  74. "proto": true,
  75. "quotmark": "double",
  76. "smarttabs": true,
  77. "trailing": true,
  78. "undef": true,
  79. "unused": true
  80. },
  81. "license": "BSD-like",
  82. "main": "./index.js",
  83. "maintainers": [
  84. {
  85. "name": "feedic",
  86. "email": "me@feedic.com"
  87. }
  88. ],
  89. "name": "css-what",
  90. "optionalDependencies": {},
  91. "readme": "ERROR: No README data found!",
  92. "repository": {
  93. "url": "git+https://github.com/fb55/css-what.git"
  94. },
  95. "scripts": {
  96. "test": "node tests/test.js && jshint *.js"
  97. },
  98. "version": "2.1.0"
  99. }