Changeset 59329aa for trip-planner-front/node_modules/setprototypeof
- 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/setprototypeof/package.json
rceaed42 r59329aa 1 1 { 2 "name": "setprototypeof", 3 "version": "1.1.1", 2 "_args": [ 3 [ 4 "setprototypeof@1.1.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "setprototypeof@1.1.1", 10 "_id": "setprototypeof@1.1.1", 11 "_inBundle": false, 12 "_integrity": "sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==", 13 "_location": "/setprototypeof", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "setprototypeof@1.1.1", 19 "name": "setprototypeof", 20 "escapedName": "setprototypeof", 21 "rawSpec": "1.1.1", 22 "saveSpec": null, 23 "fetchSpec": "1.1.1" 24 }, 25 "_requiredBy": [ 26 "/express", 27 "/http-errors" 28 ], 29 "_resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz", 30 "_spec": "1.1.1", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 32 "author": { 33 "name": "Wes Todd" 34 }, 35 "bugs": { 36 "url": "https://github.com/wesleytodd/setprototypeof/issues" 37 }, 4 38 "description": "A small polyfill for Object.setprototypeof", 5 "main": "index.js", 6 "typings": "index.d.ts", 7 "scripts": { 8 "test": "standard && mocha", 9 "testallversions": "npm run node010 && npm run node4 && npm run node6 && npm run node9 && npm run node11", 10 "testversion": "docker run -it --rm -v $(PWD):/usr/src/app -w /usr/src/app node:${NODE_VER} npm install mocha@${MOCHA_VER:-latest} && npm t", 11 "node010": "NODE_VER=0.10 MOCHA_VER=3 npm run testversion", 12 "node4": "NODE_VER=4 npm run testversion", 13 "node6": "NODE_VER=6 npm run testversion", 14 "node9": "NODE_VER=9 npm run testversion", 15 "node11": "NODE_VER=11 npm run testversion" 39 "devDependencies": { 40 "mocha": "^5.2.0", 41 "standard": "^12.0.1" 16 42 }, 17 "repository": { 18 "type": "git", 19 "url": "https://github.com/wesleytodd/setprototypeof.git" 20 }, 43 "homepage": "https://github.com/wesleytodd/setprototypeof", 21 44 "keywords": [ 22 45 "polyfill", … … 24 47 "setprototypeof" 25 48 ], 26 "author": "Wes Todd",27 49 "license": "ISC", 28 "bugs": { 29 "url": "https://github.com/wesleytodd/setprototypeof/issues" 50 "main": "index.js", 51 "name": "setprototypeof", 52 "repository": { 53 "type": "git", 54 "url": "git+https://github.com/wesleytodd/setprototypeof.git" 30 55 }, 31 "homepage": "https://github.com/wesleytodd/setprototypeof", 32 "devDependencies": { 33 "mocha": "^5.2.0", 34 "standard": "^12.0.1" 35 } 56 "scripts": { 57 "node010": "NODE_VER=0.10 MOCHA_VER=3 npm run testversion", 58 "node11": "NODE_VER=11 npm run testversion", 59 "node4": "NODE_VER=4 npm run testversion", 60 "node6": "NODE_VER=6 npm run testversion", 61 "node9": "NODE_VER=9 npm run testversion", 62 "test": "standard && mocha", 63 "testallversions": "npm run node010 && npm run node4 && npm run node6 && npm run node9 && npm run node11", 64 "testversion": "docker run -it --rm -v $(PWD):/usr/src/app -w /usr/src/app node:${NODE_VER} npm install mocha@${MOCHA_VER:-latest} && npm t" 65 }, 66 "typings": "index.d.ts", 67 "version": "1.1.1" 36 68 }
Note:
See TracChangeset
for help on using the changeset viewer.