Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 

70 řádky
1.9 KiB

  1. {
  2. "_args": [
  3. [
  4. "fastparse@1.1.2",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "fastparse@1.1.2",
  9. "_id": "fastparse@1.1.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-483XLLxTVIwWK3QTrMGRqUfUpoOs/0hbQrl2oz4J0pAcm3A3bu84wxTFqGqkJzewCLdME38xJLJAxBABfQT8sQ==",
  12. "_location": "/fastparse",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "fastparse@1.1.2",
  18. "name": "fastparse",
  19. "escapedName": "fastparse",
  20. "rawSpec": "1.1.2",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.2"
  23. },
  24. "_requiredBy": [
  25. "/css-selector-tokenizer"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/fastparse/-/fastparse-1.1.2.tgz",
  28. "_spec": "1.1.2",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  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. "files": [
  45. "lib"
  46. ],
  47. "homepage": "https://github.com/webpack/fastparse",
  48. "keywords": [
  49. "parser",
  50. "regexp"
  51. ],
  52. "license": "MIT",
  53. "main": "lib/Parser.js",
  54. "name": "fastparse",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/webpack/fastparse.git"
  58. },
  59. "scripts": {
  60. "cover": "istanbul cover node_modules/mocha/bin/_mocha",
  61. "lint": "eslint lib",
  62. "precover": "npm run lint",
  63. "pretest": "npm run lint",
  64. "publish-patch": "mocha && npm version patch && git push && git push --tags && npm publish",
  65. "test": "mocha",
  66. "travis": "npm run cover -- --report lcovonly"
  67. },
  68. "version": "1.1.2"
  69. }