package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "reduce-function-call@^1.0.1",
  3. "_id": "reduce-function-call@1.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-WiAL+S4ON3UXUv5FsKszD9S2vpk=",
  6. "_location": "/reduce-function-call",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "reduce-function-call@^1.0.1",
  12. "name": "reduce-function-call",
  13. "escapedName": "reduce-function-call",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/reduce-css-calc"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/reduce-function-call/-/reduce-function-call-1.0.2.tgz",
  22. "_shasum": "5a200bf92e0e37751752fe45b0ab330fd4b6be99",
  23. "_spec": "reduce-function-call@^1.0.1",
  24. "_where": "D:\\workSpace\\dealer_front\\node_modules\\reduce-css-calc",
  25. "author": {
  26. "name": "MoOx"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/MoOx/reduce-function-call/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "balanced-match": "^0.4.2"
  34. },
  35. "deprecated": false,
  36. "description": "Reduce function calls in a string, using a callback",
  37. "devDependencies": {
  38. "jscs": "^2.0.0",
  39. "jshint": "^2.8.0",
  40. "jshint-stylish": "^2.0.1",
  41. "npmpub": "^3.1.0",
  42. "tap-colorize": "^1.2.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. "jscs": "jscs *.js **/*.js",
  69. "jshint": "jshint . --exclude node_modules --reporter node_modules/jshint-stylish/index.js",
  70. "release": "npmpub",
  71. "test": "npm run jscs && npm run jshint && tape test | tap-colorize"
  72. },
  73. "version": "1.0.2"
  74. }