Files
freifunk-app/node_modules/regex-not/node_modules/is-extendable/package.json
2018-08-24 18:09:42 +02:00

131 lines
3.1 KiB
JSON

{
"_args": [
[
"is-extendable@^1.0.1",
"/home/bernhard/freifunk-app/node_modules/regex-not/node_modules/extend-shallow"
]
],
"_from": "is-extendable@>=1.0.1 <2.0.0",
"_id": "is-extendable@1.0.1",
"_inCache": true,
"_installable": true,
"_location": "/regex-not/is-extendable",
"_nodeVersion": "8.4.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/is-extendable-1.0.1.tgz_1505162306211_0.2682281613815576"
},
"_npmUser": {
"email": "brian.woodward@gmail.com",
"name": "doowb"
},
"_npmVersion": "5.3.0",
"_phantomChildren": {},
"_requested": {
"name": "is-extendable",
"raw": "is-extendable@^1.0.1",
"rawSpec": "^1.0.1",
"scope": null,
"spec": ">=1.0.1 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/regex-not/extend-shallow"
],
"_resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz",
"_shasum": "a7470f9e426733d81bd81e1155264e3a3507cab4",
"_shrinkwrap": null,
"_spec": "is-extendable@^1.0.1",
"_where": "/home/bernhard/freifunk-app/node_modules/regex-not/node_modules/extend-shallow",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/is-extendable/issues"
},
"dependencies": {
"is-plain-object": "^2.0.4"
},
"description": "Returns true if a value is a plain object, array or function.",
"devDependencies": {
"gulp-format-md": "^1.0.0",
"mocha": "^3.4.2"
},
"directories": {},
"dist": {
"integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==",
"shasum": "a7470f9e426733d81bd81e1155264e3a3507cab4",
"tarball": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.d.ts",
"index.js"
],
"gitHead": "230717f6be5be812c16916ec8a745d6252dfa7a5",
"homepage": "https://github.com/jonschlinkert/is-extendable",
"keywords": [
"array",
"assign",
"check",
"date",
"extend",
"extendable",
"extensible",
"function",
"is",
"object",
"regex",
"test"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "doowb",
"email": "brian.woodward@gmail.com"
},
{
"name": "jonschlinkert",
"email": "github@sellside.com"
}
],
"name": "is-extendable",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/is-extendable.git"
},
"scripts": {
"test": "mocha"
},
"types": "index.d.ts",
"verb": {
"layout": "default",
"lint": {
"reflinks": true
},
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"assign-deep",
"is-equal-shallow",
"is-plain-object",
"isobject",
"kind-of"
]
},
"tasks": [
"readme"
],
"toc": false
},
"version": "1.0.1"
}