2019-03-24 08:28:57 +01:00

142 lines
4.4 KiB
JSON

{
"_args": [
[
{
"raw": "is@^3.2.1",
"scope": null,
"escapedName": "is",
"name": "is",
"rawSpec": "^3.2.1",
"spec": ">=3.2.1 <4.0.0",
"type": "range"
},
"/Users/gerrit/Documents/dev/nodejs/rentfor.camp/html/RentForCamp/node_modules/node.extend"
]
],
"_from": "is@>=3.2.1 <4.0.0",
"_hasShrinkwrap": false,
"_id": "is@3.3.0",
"_inCache": true,
"_location": "/is",
"_nodeVersion": "11.4.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/is_3.3.0_1544824299571_0.0006590609021466243"
},
"_npmUser": {
"name": "ljharb",
"email": "ljharb@gmail.com"
},
"_npmVersion": "6.4.1",
"_phantomChildren": {},
"_requested": {
"raw": "is@^3.2.1",
"scope": null,
"escapedName": "is",
"name": "is",
"rawSpec": "^3.2.1",
"spec": ">=3.2.1 <4.0.0",
"type": "range"
},
"_requiredBy": [
"/node.extend"
],
"_resolved": "https://registry.npmjs.org/is/-/is-3.3.0.tgz",
"_shasum": "61cff6dd3c4193db94a3d62582072b44e5645d79",
"_shrinkwrap": null,
"_spec": "is@^3.2.1",
"_where": "/Users/gerrit/Documents/dev/nodejs/rentfor.camp/html/RentForCamp/node_modules/node.extend",
"author": {
"name": "Enrico Marino",
"url": "http://onirame.com"
},
"bugs": {
"url": "https://github.com/enricomarino/is/issues"
},
"contributors": [
{
"name": "Jordan Harband",
"url": "https://github.com/ljharb"
}
],
"dependencies": {},
"description": "the definitive JavaScript type testing library",
"devDependencies": {
"@ljharb/eslint-config": "^13.0.0",
"covert": "^1.1.0",
"eslint": "^5.10.0",
"foreach": "^2.0.5",
"jscs": "^3.0.7",
"make-generator-function": "^1.1.0",
"safe-publish-latest": "^1.1.2",
"tape": "^4.9.1"
},
"directories": {},
"dist": {
"integrity": "sha512-nW24QBoPcFGGHJGUwnfpI7Yc5CdqWNdsyHQszVE/z2pKHXzh7FZ5GWhJqSyaQ9wMkQnsTx+kAI8bHlCX4tKdbg==",
"shasum": "61cff6dd3c4193db94a3d62582072b44e5645d79",
"tarball": "https://registry.npmjs.org/is/-/is-3.3.0.tgz",
"fileCount": 8,
"unpackedSize": 57468,
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcFCXsCRA9TVsSAnZWagAAoEAP/3vlvmN2davZJ6evqS5L\nHMzIKoAOK0dZDpTfNJUi5ZujRuD+JwFNWOJ4EVadg5gBIYlsFCIgXnlXfIm8\nYQJvtt+AVd017naKRWj3DkabWouYFrS655nlq0filXtSqmQ0rOkSmKNSNSzP\nbACNlRjo6Sl0+QaZqMC4YJR3zwtrhf/hQ5yhtvQg5hVpzpk2ZHZrelWGg55Y\nfp4iHPTtM0ONWFzUJt5Bkd0n15kA5EY2XgEW13k3+nDL4mfKLprqkBVYKsyX\nUNrFrKMlNk67i9ADEpals3yhfXhXBbrY6CCoWvwnPSAn1Nu6wUDZF5M03RCC\nVp0jDf0F31l91qUlAdgSlrzxLDYUYL+AwRITRWH6uVk0pPG89r/cvQf14JOw\nSSv5z1Of6S4GVpVuJPUKxKQf7vh7zXInkkmCyuCBvdaYtafvKgooe4W0QflK\nbLauS4T1DNGxeYhyOU5x/J/m13S3TCsFQ/hXrFkUTFjOzFHaLfvMKPCSq/Au\nZeUTVvYrYmtUsSRx5rqnePyQ25M6cWtd/Rz48wc+FOcbgPPOsZLbahKKslJD\nyk+DCju/xQK9VdDe48HMO5XZO/5jAU3kFQ6oZM4HCtQR6DwrTPLskx/SjT4B\nOCwRywLumzc7ijZRUAPlAIf8d1mXV6q1l0YZQAnC/VEJTdXeR41VAwxSSWs0\nwaNg\r\n=dWhD\r\n-----END PGP SIGNATURE-----\r\n"
},
"engines": {
"node": "*"
},
"gitHead": "188a52b3d3e16013a09a426a8df0810a67179115",
"homepage": "https://github.com/enricomarino/is",
"keywords": [
"util",
"type",
"test"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "enricomarino",
"email": "enrico.marino@email.com"
},
{
"name": "ljharb",
"email": "ljharb@gmail.com"
}
],
"name": "is",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/enricomarino/is.git"
},
"scripts": {
"coverage": "covert test/index.js",
"coverage-quiet": "covert test/index.js --quiet",
"eslint": "eslint .",
"jscs": "jscs *.js */*.js",
"lint": "npm run jscs && npm run eslint",
"prepublish": "safe-publish-latest",
"pretest": "npm run lint",
"test": "npm run --silent tests-only",
"tests-only": "node test/index.js"
},
"testling": {
"files": "test/index.js",
"browsers": [
"iexplore/6.0..latest",
"firefox/3.0",
"firefox/15.0..latest",
"firefox/nightly",
"chrome/4.0",
"chrome/22.0..latest",
"chrome/canary",
"opera/10.0..latest",
"opera/next",
"safari/5.0.5..latest",
"ipad/6.0..latest",
"iphone/6.0..latest"
]
},
"version": "3.3.0"
}