You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
62 lines
1.5 KiB
62 lines
1.5 KiB
{ |
|
"_from": "core-util-is@~1.0.0", |
|
"_id": "core-util-is@1.0.2", |
|
"_inBundle": false, |
|
"_integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=", |
|
"_location": "/core-util-is", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"type": "range", |
|
"registry": true, |
|
"raw": "core-util-is@~1.0.0", |
|
"name": "core-util-is", |
|
"escapedName": "core-util-is", |
|
"rawSpec": "~1.0.0", |
|
"saveSpec": null, |
|
"fetchSpec": "~1.0.0" |
|
}, |
|
"_requiredBy": [ |
|
"/readable-stream" |
|
], |
|
"_resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", |
|
"_shasum": "b5fd54220aa2bc5ab57aab7140c940754503c1a7", |
|
"_spec": "core-util-is@~1.0.0", |
|
"_where": "/home/rudi/Personal/disgord-Thanos/node_modules/readable-stream", |
|
"author": { |
|
"name": "Isaac Z. Schlueter", |
|
"email": "i@izs.me", |
|
"url": "http://blog.izs.me/" |
|
}, |
|
"bugs": { |
|
"url": "https://github.com/isaacs/core-util-is/issues" |
|
}, |
|
"bundleDependencies": false, |
|
"deprecated": false, |
|
"description": "The `util.is*` functions introduced in Node v0.12.", |
|
"devDependencies": { |
|
"tap": "^2.3.0" |
|
}, |
|
"homepage": "https://github.com/isaacs/core-util-is#readme", |
|
"keywords": [ |
|
"util", |
|
"isBuffer", |
|
"isArray", |
|
"isNumber", |
|
"isString", |
|
"isRegExp", |
|
"isThis", |
|
"isThat", |
|
"polyfill" |
|
], |
|
"license": "MIT", |
|
"main": "lib/util.js", |
|
"name": "core-util-is", |
|
"repository": { |
|
"type": "git", |
|
"url": "git://github.com/isaacs/core-util-is.git" |
|
}, |
|
"scripts": { |
|
"test": "tap test.js" |
|
}, |
|
"version": "1.0.2" |
|
}
|
|
|