package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "deprecated@0.0.1",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "deprecated@0.0.1",
  10. "_id": "deprecated@0.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-+cmvVGSvoeepcUWKi97yqpTVuxk=",
  13. "_location": "/deprecated",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "deprecated@0.0.1",
  19. "name": "deprecated",
  20. "escapedName": "deprecated",
  21. "rawSpec": "0.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "0.0.1"
  24. },
  25. "_requiredBy": [
  26. "/gulp"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/deprecated/-/deprecated-0.0.1.tgz",
  29. "_spec": "0.0.1",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  31. "author": {
  32. "name": "Fractal",
  33. "email": "contact@wearefractal.com",
  34. "url": "http://wearefractal.com/"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/wearefractal/deprecated/issues"
  38. },
  39. "dependencies": {},
  40. "description": "Tool for deprecating things",
  41. "devDependencies": {
  42. "coveralls": "~2.6.1",
  43. "istanbul": "~0.2.3",
  44. "jshint": "~2.4.1",
  45. "mocha": "~1.17.0",
  46. "mocha-lcov-reporter": "~0.0.1",
  47. "rimraf": "~2.2.5",
  48. "should": "~3.1.0"
  49. },
  50. "engines": {
  51. "node": ">= 0.9"
  52. },
  53. "homepage": "http://github.com/wearefractal/deprecated",
  54. "licenses": [
  55. {
  56. "type": "MIT",
  57. "url": "http://github.com/wearefractal/deprecated/raw/master/LICENSE"
  58. }
  59. ],
  60. "main": "./index.js",
  61. "name": "deprecated",
  62. "repository": {
  63. "type": "git",
  64. "url": "git://github.com/wearefractal/deprecated.git"
  65. },
  66. "scripts": {
  67. "coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
  68. "test": "mocha --reporter spec && jshint"
  69. },
  70. "version": "0.0.1"
  71. }