Changeset 59329aa for trip-planner-front/node_modules/for-in
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/for-in/package.json
rceaed42 r59329aa 1 1 { 2 "name": "for-in", 3 "description": "Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js", 4 "version": "1.0.2", 5 "homepage": "https://github.com/jonschlinkert/for-in", 6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)", 7 "contributors": [ 8 "Jon Schlinkert <jon.schlinkert@sellside.com> (http://twitter.com/jonschlinkert)", 9 "Paul Irish (http://paulirish.com)" 2 "_args": [ 3 [ 4 "for-in@1.0.2", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 10 7 ], 11 "repository": "jonschlinkert/for-in", 8 "_development": true, 9 "_from": "for-in@1.0.2", 10 "_id": "for-in@1.0.2", 11 "_inBundle": false, 12 "_integrity": "sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=", 13 "_location": "/for-in", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "for-in@1.0.2", 19 "name": "for-in", 20 "escapedName": "for-in", 21 "rawSpec": "1.0.2", 22 "saveSpec": null, 23 "fetchSpec": "1.0.2" 24 }, 25 "_requiredBy": [ 26 "/mixin-deep" 27 ], 28 "_resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz", 29 "_spec": "1.0.2", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Jon Schlinkert", 33 "url": "https://github.com/jonschlinkert" 34 }, 12 35 "bugs": { 13 36 "url": "https://github.com/jonschlinkert/for-in/issues" 14 37 }, 15 "license": "MIT", 16 "files": [ 17 "index.js" 38 "contributors": [ 39 { 40 "name": "Jon Schlinkert", 41 "email": "jon.schlinkert@sellside.com", 42 "url": "http://twitter.com/jonschlinkert" 43 }, 44 { 45 "name": "Paul Irish", 46 "url": "http://paulirish.com" 47 } 18 48 ], 19 "main": "index.js", 20 "engines": { 21 "node": ">=0.10.0" 22 }, 23 "scripts": { 24 "test": "mocha" 25 }, 49 "description": "Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js", 26 50 "devDependencies": { 27 51 "gulp-format-md": "^0.1.11", 28 52 "mocha": "^3.2.0" 29 53 }, 54 "engines": { 55 "node": ">=0.10.0" 56 }, 57 "files": [ 58 "index.js" 59 ], 60 "homepage": "https://github.com/jonschlinkert/for-in", 30 61 "keywords": [ 31 62 "for", … … 42 73 "value" 43 74 ], 75 "license": "MIT", 76 "main": "index.js", 77 "name": "for-in", 78 "repository": { 79 "type": "git", 80 "url": "git+https://github.com/jonschlinkert/for-in.git" 81 }, 82 "scripts": { 83 "test": "mocha" 84 }, 44 85 "verb": { 45 86 "run": true, … … 65 106 "reflinks": true 66 107 } 67 } 108 }, 109 "version": "1.0.2" 68 110 }
Note:
See TracChangeset
for help on using the changeset viewer.