4dfda294667ad2004d869ffd6c02b7ff1e34ea68
[VSoRC/.git] / node_modules / setprototypeof / package.json
1 {
2   "_from": "setprototypeof@1.1.1",
3   "_id": "setprototypeof@1.1.1",
4   "_inBundle": false,
5   "_integrity": "sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==",
6   "_location": "/setprototypeof",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "version",
10     "registry": true,
11     "raw": "setprototypeof@1.1.1",
12     "name": "setprototypeof",
13     "escapedName": "setprototypeof",
14     "rawSpec": "1.1.1",
15     "saveSpec": null,
16     "fetchSpec": "1.1.1"
17   },
18   "_requiredBy": [
19     "/express",
20     "/http-errors"
21   ],
22   "_resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz",
23   "_shasum": "7e95acb24aa92f5885e0abef5ba131330d4ae683",
24   "_spec": "setprototypeof@1.1.1",
25   "_where": "/home/josuer08/Documents/web/node_modules/express",
26   "author": {
27     "name": "Wes Todd"
28   },
29   "bugs": {
30     "url": "https://github.com/wesleytodd/setprototypeof/issues"
31   },
32   "bundleDependencies": false,
33   "deprecated": false,
34   "description": "A small polyfill for Object.setprototypeof",
35   "devDependencies": {
36     "mocha": "^5.2.0",
37     "standard": "^12.0.1"
38   },
39   "homepage": "https://github.com/wesleytodd/setprototypeof",
40   "keywords": [
41     "polyfill",
42     "object",
43     "setprototypeof"
44   ],
45   "license": "ISC",
46   "main": "index.js",
47   "name": "setprototypeof",
48   "repository": {
49     "type": "git",
50     "url": "git+https://github.com/wesleytodd/setprototypeof.git"
51   },
52   "scripts": {
53     "node010": "NODE_VER=0.10 MOCHA_VER=3 npm run testversion",
54     "node11": "NODE_VER=11 npm run testversion",
55     "node4": "NODE_VER=4 npm run testversion",
56     "node6": "NODE_VER=6 npm run testversion",
57     "node9": "NODE_VER=9 npm run testversion",
58     "test": "standard && mocha",
59     "testallversions": "npm run node010 && npm run node4 && npm run node6 && npm run node9 && npm run node11",
60     "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"
61   },
62   "typings": "index.d.ts",
63   "version": "1.1.1"
64 }