package.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "deprecated@^0.0.1",
  6. "scope": null,
  7. "escapedName": "deprecated",
  8. "name": "deprecated",
  9. "rawSpec": "^0.0.1",
  10. "spec": ">=0.0.1 <0.0.2",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/gulp"
  14. ]
  15. ],
  16. "_from": "deprecated@>=0.0.1 <0.0.2",
  17. "_id": "deprecated@0.0.1",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/deprecated",
  21. "_npmUser": {
  22. "name": "fractal",
  23. "email": "contact@wearefractal.com"
  24. },
  25. "_npmVersion": "1.3.24",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "deprecated@^0.0.1",
  29. "scope": null,
  30. "escapedName": "deprecated",
  31. "name": "deprecated",
  32. "rawSpec": "^0.0.1",
  33. "spec": ">=0.0.1 <0.0.2",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/gulp"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/deprecated/-/deprecated-0.0.1.tgz",
  40. "_shasum": "f9c9af5464afa1e7a971458a8bdef2aa94d5bb19",
  41. "_shrinkwrap": null,
  42. "_spec": "deprecated@^0.0.1",
  43. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/gulp",
  44. "author": {
  45. "name": "Fractal",
  46. "email": "contact@wearefractal.com",
  47. "url": "http://wearefractal.com/"
  48. },
  49. "bugs": {
  50. "url": "https://github.com/wearefractal/deprecated/issues"
  51. },
  52. "dependencies": {},
  53. "description": "Tool for deprecating things",
  54. "devDependencies": {
  55. "coveralls": "~2.6.1",
  56. "istanbul": "~0.2.3",
  57. "jshint": "~2.4.1",
  58. "mocha": "~1.17.0",
  59. "mocha-lcov-reporter": "~0.0.1",
  60. "rimraf": "~2.2.5",
  61. "should": "~3.1.0"
  62. },
  63. "directories": {},
  64. "dist": {
  65. "shasum": "f9c9af5464afa1e7a971458a8bdef2aa94d5bb19",
  66. "tarball": "https://registry.npmjs.org/deprecated/-/deprecated-0.0.1.tgz"
  67. },
  68. "engines": {
  69. "node": ">= 0.9"
  70. },
  71. "homepage": "http://github.com/wearefractal/deprecated",
  72. "licenses": [
  73. {
  74. "type": "MIT",
  75. "url": "http://github.com/wearefractal/deprecated/raw/master/LICENSE"
  76. }
  77. ],
  78. "main": "./index.js",
  79. "maintainers": [
  80. {
  81. "name": "fractal",
  82. "email": "contact@wearefractal.com"
  83. }
  84. ],
  85. "name": "deprecated",
  86. "optionalDependencies": {},
  87. "readme": "ERROR: No README data found!",
  88. "repository": {
  89. "type": "git",
  90. "url": "git://github.com/wearefractal/deprecated.git"
  91. },
  92. "scripts": {
  93. "coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
  94. "test": "mocha --reporter spec && jshint"
  95. },
  96. "version": "0.0.1"
  97. }