package.json 1.8 KB

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