package.json 1.7 KB

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