package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_args": [
  3. [
  4. "js-tokens@3.0.2",
  5. "D:\\projects\\dealer_front"
  6. ]
  7. ],
  8. "_from": "js-tokens@3.0.2",
  9. "_id": "js-tokens@3.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha1-mGbfOVECEw449/mWvOtlRDIJwls=",
  12. "_location": "/js-tokens",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "js-tokens@3.0.2",
  18. "name": "js-tokens",
  19. "escapedName": "js-tokens",
  20. "rawSpec": "3.0.2",
  21. "saveSpec": null,
  22. "fetchSpec": "3.0.2"
  23. },
  24. "_requiredBy": [
  25. "/babel-code-frame",
  26. "/loose-envify"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-3.0.2.tgz",
  29. "_spec": "3.0.2",
  30. "_where": "D:\\projects\\dealer_front",
  31. "author": {
  32. "name": "Simon Lydell"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/lydell/js-tokens/issues"
  36. },
  37. "description": "A regex that tokenizes JavaScript.",
  38. "devDependencies": {
  39. "coffee-script": "~1.12.6",
  40. "esprima": "^4.0.0",
  41. "everything.js": "^1.0.3",
  42. "mocha": "^3.4.2"
  43. },
  44. "files": [
  45. "index.js"
  46. ],
  47. "homepage": "https://github.com/lydell/js-tokens#readme",
  48. "keywords": [
  49. "JavaScript",
  50. "js",
  51. "token",
  52. "tokenize",
  53. "regex"
  54. ],
  55. "license": "MIT",
  56. "name": "js-tokens",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/lydell/js-tokens.git"
  60. },
  61. "scripts": {
  62. "build": "node generate-index.js",
  63. "dev": "npm run build && npm test",
  64. "esprima-compare": "node esprima-compare ./index.js everything.js/es5.js",
  65. "test": "mocha --ui tdd"
  66. },
  67. "version": "3.0.2"
  68. }