You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "each-props@^1.3.0",
  3. "_id": "each-props@1.3.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-vV0Hem3zAGkJAyU7JSjixeU66rwdynTAa1vofCrSA5fEln+m67Az9CcnkVD776/fsN/UjIWmBDoNRS6t6G9RfA==",
  6. "_location": "/each-props",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "each-props@^1.3.0",
  12. "name": "each-props",
  13. "escapedName": "each-props",
  14. "rawSpec": "^1.3.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.3.0"
  17. },
  18. "_requiredBy": [
  19. "/copy-props"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/each-props/-/each-props-1.3.2.tgz",
  22. "_shasum": "ea45a414d16dd5cfa419b1a81720d5ca06892333",
  23. "_spec": "each-props@^1.3.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\copy-props",
  25. "author": {
  26. "name": "Takayuki Sato"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/sttk/each-props/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "is-plain-object": "^2.0.1",
  34. "object.defaults": "^1.1.0"
  35. },
  36. "deprecated": false,
  37. "description": "Processes each properties of an object deeply.",
  38. "devDependencies": {
  39. "browserify": "^16.2.2",
  40. "chai": "^3.5.0",
  41. "coveralls": "^3.0.1",
  42. "eslint": "^4.19.1",
  43. "mocha": "^3.2.0",
  44. "nyc": "^11.7.2",
  45. "uglify-js": "^3.3.24"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/sttk/each-props#readme",
  51. "keywords": [
  52. "deep",
  53. "each",
  54. "object",
  55. "property",
  56. "properties",
  57. "props"
  58. ],
  59. "license": "MIT",
  60. "main": "index.js",
  61. "name": "each-props",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/sttk/each-props.git"
  65. },
  66. "scripts": {
  67. "build": "npm run lint && npm run coverage && npm run web:build && node test/web/make.js",
  68. "chrome:install": "npm i --no-save mocha-chrome",
  69. "chrome:test": "mocha-chrome test/web/browser-test.html",
  70. "coverage": "nyc --reporter=lcov --reporter=text-summary npm test",
  71. "coveralls": "nyc --reporter=text-lcov npm test | coveralls",
  72. "lint": "eslint .",
  73. "test": "mocha",
  74. "web:build": "browserify index.js --standalone eachProps -o web/each-props.js && cd web && uglifyjs each-props.js --compress --mangle -o each-props.min.js --source-map url=each-props.min.js.map"
  75. },
  76. "version": "1.3.2"
  77. }