package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "reduce-function-call@1.0.3",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "reduce-function-call@1.0.3",
  10. "_id": "reduce-function-call@1.0.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-Hl/tuV2VDgWgCSEeWMLwxLZqX7OK59eU1guxXsRKTAyeYimivsKdtcV4fu3r710tpG5GmDKDhQ0HSZLExnNmyQ==",
  13. "_location": "/reduce-function-call",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "reduce-function-call@1.0.3",
  19. "name": "reduce-function-call",
  20. "escapedName": "reduce-function-call",
  21. "rawSpec": "1.0.3",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.3"
  24. },
  25. "_requiredBy": [
  26. "/reduce-css-calc"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/reduce-function-call/-/reduce-function-call-1.0.3.tgz",
  29. "_spec": "1.0.3",
  30. "_where": "E:\\amr1.0\\AMR",
  31. "author": {
  32. "name": "MoOx"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/MoOx/reduce-function-call/issues"
  36. },
  37. "dependencies": {
  38. "balanced-match": "^1.0.0"
  39. },
  40. "description": "Reduce function calls in a string, using a callback",
  41. "devDependencies": {
  42. "npmpub": "^4.1.0",
  43. "tape": "^4.0.3"
  44. },
  45. "files": [
  46. "CHANGELOG.md",
  47. "LICENSE",
  48. "README.md",
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/MoOx/reduce-function-call#readme",
  52. "keywords": [
  53. "string",
  54. "reduce",
  55. "replacement",
  56. "function",
  57. "call",
  58. "eval",
  59. "interpret"
  60. ],
  61. "license": "MIT",
  62. "name": "reduce-function-call",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/MoOx/reduce-function-call.git"
  66. },
  67. "scripts": {
  68. "release": "npmpub",
  69. "test": "tape test"
  70. },
  71. "version": "1.0.3"
  72. }