Changeset 59329aa for trip-planner-front/node_modules/object-copy/node_modules/is-data-descriptor/package.json
- 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/object-copy/node_modules/is-data-descriptor/package.json
rceaed42 r59329aa 1 1 { 2 "name": "is-data-descriptor", 3 "description": "Returns true if a value has the characteristics of a valid JavaScript data descriptor.", 4 "version": "0.1.4", 5 "homepage": "https://github.com/jonschlinkert/is-data-descriptor", 6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)", 7 "repository": "jonschlinkert/is-data-descriptor", 2 "_args": [ 3 [ 4 "is-data-descriptor@0.1.4", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "is-data-descriptor@0.1.4", 10 "_id": "is-data-descriptor@0.1.4", 11 "_inBundle": false, 12 "_integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=", 13 "_location": "/object-copy/is-data-descriptor", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "is-data-descriptor@0.1.4", 19 "name": "is-data-descriptor", 20 "escapedName": "is-data-descriptor", 21 "rawSpec": "0.1.4", 22 "saveSpec": null, 23 "fetchSpec": "0.1.4" 24 }, 25 "_requiredBy": [ 26 "/object-copy/is-descriptor" 27 ], 28 "_resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz", 29 "_spec": "0.1.4", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Jon Schlinkert", 33 "url": "https://github.com/jonschlinkert" 34 }, 8 35 "bugs": { 9 36 "url": "https://github.com/jonschlinkert/is-data-descriptor/issues" 10 },11 "license": "MIT",12 "files": [13 "index.js"14 ],15 "main": "index.js",16 "engines": {17 "node": ">=0.10.0"18 },19 "scripts": {20 "test": "mocha"21 37 }, 22 38 "dependencies": { 23 39 "kind-of": "^3.0.2" 24 40 }, 41 "description": "Returns true if a value has the characteristics of a valid JavaScript data descriptor.", 25 42 "devDependencies": { 26 43 "mocha": "*", 27 44 "should": "*" 28 45 }, 46 "engines": { 47 "node": ">=0.10.0" 48 }, 49 "files": [ 50 "index.js" 51 ], 52 "homepage": "https://github.com/jonschlinkert/is-data-descriptor", 29 53 "keywords": [ 30 54 "accessor", … … 45 69 "value" 46 70 ], 71 "license": "MIT", 72 "main": "index.js", 73 "name": "is-data-descriptor", 74 "repository": { 75 "type": "git", 76 "url": "git+https://github.com/jonschlinkert/is-data-descriptor.git" 77 }, 78 "scripts": { 79 "test": "mocha" 80 }, 47 81 "verb": { 48 82 "related": { … … 57 91 "gulp-format-md" 58 92 ] 59 } 93 }, 94 "version": "0.1.4" 60 95 }
Note:
See TracChangeset
for help on using the changeset viewer.