Dashboard sipadu mbip
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "fastparse@^1.1.1",
  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.1",
  12. "name": "fastparse",
  13. "escapedName": "fastparse",
  14. "rawSpec": "^1.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.1"
  17. },
  18. "_requiredBy": [
  19. "/css-selector-tokenizer",
  20. "/html-loader"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/fastparse/-/fastparse-1.1.2.tgz",
  23. "_shasum": "91728c5a5942eced8531283c79441ee4122c35a9",
  24. "_spec": "fastparse@^1.1.1",
  25. "_where": "/var/www/html/mdch.sipadu/node_modules/css-selector-tokenizer",
  26. "author": {
  27. "name": "Tobias Koppers @sokra"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/webpack/fastparse/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "A very simple and stupid parser, based on a statemachine and regular expressions.",
  35. "devDependencies": {
  36. "coveralls": "^2.11.2",
  37. "eslint": "^0.21.2",
  38. "istanbul": "^0.3.14",
  39. "mocha": "^2.2.5",
  40. "should": "^6.0.3"
  41. },
  42. "files": [
  43. "lib"
  44. ],
  45. "homepage": "https://github.com/webpack/fastparse",
  46. "keywords": [
  47. "parser",
  48. "regexp"
  49. ],
  50. "license": "MIT",
  51. "main": "lib/Parser.js",
  52. "name": "fastparse",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/webpack/fastparse.git"
  56. },
  57. "scripts": {
  58. "cover": "istanbul cover node_modules/mocha/bin/_mocha",
  59. "lint": "eslint lib",
  60. "precover": "npm run lint",
  61. "pretest": "npm run lint",
  62. "publish-patch": "mocha && npm version patch && git push && git push --tags && npm publish",
  63. "test": "mocha",
  64. "travis": "npm run cover -- --report lcovonly"
  65. },
  66. "version": "1.1.2"
  67. }