package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_from": "detective@^5.0.2",
  3. "_id": "detective@5.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-6SsIx+nUUbuK0EthKjv0zrdnajCCXVYGmbYYiYjFVpzcjwEs/JMDZ8tPRG29J/HhN56t3GJp2cGSWDRjjot8Pg==",
  6. "_location": "/detective",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "detective@^5.0.2",
  12. "name": "detective",
  13. "escapedName": "detective",
  14. "rawSpec": "^5.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.0.2"
  17. },
  18. "_requiredBy": [
  19. "/module-deps"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/detective/-/detective-5.2.0.tgz",
  22. "_shasum": "feb2a77e85b904ecdea459ad897cc90a99bd2a7b",
  23. "_spec": "detective@^5.0.2",
  24. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/module-deps",
  25. "author": {
  26. "name": "James Halliday",
  27. "email": "mail@substack.net",
  28. "url": "http://substack.net"
  29. },
  30. "bin": {
  31. "detective": "bin/detective.js"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/browserify/detective/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "acorn-node": "^1.6.1",
  39. "defined": "^1.0.0",
  40. "minimist": "^1.1.1"
  41. },
  42. "deprecated": false,
  43. "description": "find all require() calls by walking the AST",
  44. "devDependencies": {
  45. "tap": "^10.7.3"
  46. },
  47. "engines": {
  48. "node": ">=0.8.0"
  49. },
  50. "homepage": "https://github.com/browserify/detective#readme",
  51. "keywords": [
  52. "analyze",
  53. "ast",
  54. "require",
  55. "source"
  56. ],
  57. "license": "MIT",
  58. "main": "index.js",
  59. "name": "detective",
  60. "repository": {
  61. "type": "git",
  62. "url": "git://github.com/browserify/detective.git"
  63. },
  64. "scripts": {
  65. "test": "tap test/*.js"
  66. },
  67. "version": "5.2.0"
  68. }