blob: a2771060f827a68dd046f42f8df5a761b0b98b38 [file] [log] [blame]
{
"_args": [
[
"is-typedarray@1.0.0",
"/Users/jaslan/Development/nifi-fds/target/frontend-working-directory"
]
],
"_development": true,
"_from": "is-typedarray@1.0.0",
"_id": "is-typedarray@1.0.0",
"_inBundle": false,
"_integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=",
"_location": "/is-typedarray",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "is-typedarray@1.0.0",
"name": "is-typedarray",
"escapedName": "is-typedarray",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/request"
],
"_resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz",
"_spec": "1.0.0",
"_where": "/Users/jaslan/Development/nifi-fds/target/frontend-working-directory",
"author": {
"name": "Hugh Kennedy",
"email": "hughskennedy@gmail.com",
"url": "http://hughsk.io/"
},
"bugs": {
"url": "https://github.com/hughsk/is-typedarray/issues"
},
"dependencies": {},
"description": "Detect whether or not an object is a Typed Array",
"devDependencies": {
"tape": "^2.13.1"
},
"homepage": "https://github.com/hughsk/is-typedarray",
"keywords": [
"typed",
"array",
"detect",
"is",
"util"
],
"license": "MIT",
"main": "index.js",
"name": "is-typedarray",
"repository": {
"type": "git",
"url": "git://github.com/hughsk/is-typedarray.git"
},
"scripts": {
"test": "node test"
},
"version": "1.0.0"
}