package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_from": "syntax-error@^1.1.1",
  3. "_id": "syntax-error@1.4.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-YPPlu67mdnHGTup2A8ff7BC2Pjq0e0Yp/IyTFN03zWO0RcK07uLcbi7C2KpGR2FvWbaB0+bfE27a+sBKebSo7w==",
  6. "_location": "/syntax-error",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "syntax-error@^1.1.1",
  12. "name": "syntax-error",
  13. "escapedName": "syntax-error",
  14. "rawSpec": "^1.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.1"
  17. },
  18. "_requiredBy": [
  19. "/browserify"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/syntax-error/-/syntax-error-1.4.0.tgz",
  22. "_shasum": "2d9d4ff5c064acb711594a3e3b95054ad51d907c",
  23. "_spec": "syntax-error@^1.1.1",
  24. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/browserify",
  25. "author": {
  26. "name": "James Halliday",
  27. "email": "mail@substack.net",
  28. "url": "http://substack.net"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/substack/node-syntax-error/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "acorn-node": "^1.2.0"
  36. },
  37. "deprecated": false,
  38. "description": "detect and report syntax errors in source code strings",
  39. "devDependencies": {
  40. "tap": "^1.1.0"
  41. },
  42. "engine": {
  43. "node": ">=0.6"
  44. },
  45. "homepage": "https://github.com/substack/node-syntax-error",
  46. "keywords": [
  47. "syntax",
  48. "error",
  49. "esprima",
  50. "stack",
  51. "line",
  52. "column"
  53. ],
  54. "license": "MIT",
  55. "main": "index.js",
  56. "name": "syntax-error",
  57. "repository": {
  58. "type": "git",
  59. "url": "git://github.com/substack/node-syntax-error.git"
  60. },
  61. "scripts": {
  62. "test": "tap test/*.js"
  63. },
  64. "version": "1.4.0"
  65. }