package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "fastparse@^1.1.2",
  3. "_id": "fastparse@1.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-483XLLxTVIwWK3QTrMGRqUfUpoOs/0hbQrl2oz4J0pAcm3A3bu84wxTFqGqkJzewCLdME38xJLJAxBABfQT8sQ==",
  6. "_location": "/fastparse",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "fastparse@^1.1.2",
  12. "name": "fastparse",
  13. "escapedName": "fastparse",
  14. "rawSpec": "^1.1.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.2"
  17. },
  18. "_requiredBy": [
  19. "/css-selector-tokenizer"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/fastparse/-/fastparse-1.1.2.tgz",
  22. "_shasum": "91728c5a5942eced8531283c79441ee4122c35a9",
  23. "_spec": "fastparse@^1.1.2",
  24. "_where": "D:\\jiayue\\pig-ui\\node_modules\\css-selector-tokenizer",
  25. "author": {
  26. "name": "Tobias Koppers @sokra"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/webpack/fastparse/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "A very simple and stupid parser, based on a statemachine and regular expressions.",
  34. "devDependencies": {
  35. "coveralls": "^2.11.2",
  36. "eslint": "^0.21.2",
  37. "istanbul": "^0.3.14",
  38. "mocha": "^2.2.5",
  39. "should": "^6.0.3"
  40. },
  41. "files": [
  42. "lib"
  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.2"
  66. }