package.json 1.9 KB

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