package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_args": [
  3. [
  4. "fastparse@1.1.1",
  5. "D:\\projects\\dealer_front"
  6. ]
  7. ],
  8. "_from": "fastparse@1.1.1",
  9. "_id": "fastparse@1.1.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-0eJkOzipTXWDtHkGDmxK/8lAcfg=",
  12. "_location": "/fastparse",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "fastparse@1.1.1",
  18. "name": "fastparse",
  19. "escapedName": "fastparse",
  20. "rawSpec": "1.1.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.1"
  23. },
  24. "_requiredBy": [
  25. "/css-selector-tokenizer"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/fastparse/-/fastparse-1.1.1.tgz",
  28. "_spec": "1.1.1",
  29. "_where": "D:\\projects\\dealer_front",
  30. "author": {
  31. "name": "Tobias Koppers @sokra"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/webpack/fastparse/issues"
  35. },
  36. "description": "A very simple and stupid parser, based on a statemachine and regular expressions.",
  37. "devDependencies": {
  38. "coveralls": "^2.11.2",
  39. "eslint": "^0.21.2",
  40. "istanbul": "^0.3.14",
  41. "mocha": "^2.2.5",
  42. "should": "^6.0.3"
  43. },
  44. "homepage": "https://github.com/webpack/fastparse",
  45. "keywords": [
  46. "parser",
  47. "regexp"
  48. ],
  49. "license": "MIT",
  50. "main": "lib/Parser.js",
  51. "name": "fastparse",
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/webpack/fastparse.git"
  55. },
  56. "scripts": {
  57. "cover": "istanbul cover node_modules/mocha/bin/_mocha",
  58. "lint": "eslint lib",
  59. "precover": "npm run lint",
  60. "pretest": "npm run lint",
  61. "publish-patch": "mocha && npm version patch && git push && git push --tags && npm publish",
  62. "test": "mocha",
  63. "travis": "npm run cover -- --report lcovonly"
  64. },
  65. "version": "1.1.1"
  66. }