项目原始demo,不改动
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ů.
Tento repozitář je archivovaný. Můžete prohlížet soubory, klonovat, ale nemůžete nahrávat a vytvářet nové úkoly a požadavky na natažení.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "reduce-function-call@1.0.2",
  5. "D:\\A易云\\YiYunJianZhu"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "reduce-function-call@1.0.2",
  10. "_id": "reduce-function-call@1.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-WiAL+S4ON3UXUv5FsKszD9S2vpk=",
  13. "_location": "/reduce-function-call",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "reduce-function-call@1.0.2",
  19. "name": "reduce-function-call",
  20. "escapedName": "reduce-function-call",
  21. "rawSpec": "1.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.2"
  24. },
  25. "_requiredBy": [
  26. "/reduce-css-calc"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/reduce-function-call/-/reduce-function-call-1.0.2.tgz",
  29. "_spec": "1.0.2",
  30. "_where": "D:\\A易云\\YiYunJianZhu",
  31. "author": {
  32. "name": "MoOx"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/MoOx/reduce-function-call/issues"
  36. },
  37. "dependencies": {
  38. "balanced-match": "^0.4.2"
  39. },
  40. "description": "Reduce function calls in a string, using a callback",
  41. "devDependencies": {
  42. "jscs": "^2.0.0",
  43. "jshint": "^2.8.0",
  44. "jshint-stylish": "^2.0.1",
  45. "npmpub": "^3.1.0",
  46. "tap-colorize": "^1.2.0",
  47. "tape": "^4.0.3"
  48. },
  49. "files": [
  50. "CHANGELOG.md",
  51. "LICENSE",
  52. "README.md",
  53. "index.js"
  54. ],
  55. "homepage": "https://github.com/MoOx/reduce-function-call#readme",
  56. "keywords": [
  57. "string",
  58. "reduce",
  59. "replacement",
  60. "function",
  61. "call",
  62. "eval",
  63. "interpret"
  64. ],
  65. "license": "MIT",
  66. "name": "reduce-function-call",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/MoOx/reduce-function-call.git"
  70. },
  71. "scripts": {
  72. "jscs": "jscs *.js **/*.js",
  73. "jshint": "jshint . --exclude node_modules --reporter node_modules/jshint-stylish/index.js",
  74. "release": "npmpub",
  75. "test": "npm run jscs && npm run jshint && tape test | tap-colorize"
  76. },
  77. "version": "1.0.2"
  78. }