package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "undeclared-identifiers@^1.1.2",
  3. "_id": "undeclared-identifiers@1.1.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-pJOW4nxjlmfwKApE4zvxLScM/njmwj/DiUBv7EabwE4O8kRUy+HIwxQtZLBPll/jx1LJyBcqNfB3/cpv9EZwOw==",
  6. "_location": "/undeclared-identifiers",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "undeclared-identifiers@^1.1.2",
  12. "name": "undeclared-identifiers",
  13. "escapedName": "undeclared-identifiers",
  14. "rawSpec": "^1.1.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.2"
  17. },
  18. "_requiredBy": [
  19. "/insert-module-globals"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/undeclared-identifiers/-/undeclared-identifiers-1.1.3.tgz",
  22. "_shasum": "9254c1d37bdac0ac2b52de4b6722792d2a91e30f",
  23. "_spec": "undeclared-identifiers@^1.1.2",
  24. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/insert-module-globals",
  25. "author": {
  26. "name": "Renée Kooi",
  27. "email": "renee@kooi.me"
  28. },
  29. "bin": {
  30. "undeclared-identifiers": "bin.js"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/goto-bus-stop/undeclared-identifiers/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "acorn-node": "^1.3.0",
  38. "dash-ast": "^1.0.0",
  39. "get-assigned-identifiers": "^1.2.0",
  40. "simple-concat": "^1.0.0",
  41. "xtend": "^4.0.1"
  42. },
  43. "deprecated": false,
  44. "description": "find undeclared identifiers and property accesses in a javascript file.",
  45. "devDependencies": {
  46. "jquery": "^3.3.1",
  47. "lodash": "^4.17.5",
  48. "nanobench": "^2.1.0",
  49. "standard": "^11.0.0",
  50. "tap-spec": "^5.0.0",
  51. "tape": "^4.0.0",
  52. "three": "^0.92.0"
  53. },
  54. "homepage": "https://github.com/goto-bus-stop/undeclared-identifiers",
  55. "keywords": [
  56. "ast",
  57. "check",
  58. "detect",
  59. "identifiers",
  60. "javascript",
  61. "undeclared"
  62. ],
  63. "license": "Apache-2.0",
  64. "main": "index.js",
  65. "name": "undeclared-identifiers",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/goto-bus-stop/undeclared-identifiers.git"
  69. },
  70. "scripts": {
  71. "test": "standard && tape test/*.js | tap-spec"
  72. },
  73. "version": "1.1.3"
  74. }