summaryrefslogtreecommitdiff
path: root/node_modules/isarray/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/isarray/package.json')
-rw-r--r--node_modules/isarray/package.json57
1 files changed, 57 insertions, 0 deletions
diff --git a/node_modules/isarray/package.json b/node_modules/isarray/package.json
new file mode 100644
index 0000000..0039d93
--- /dev/null
+++ b/node_modules/isarray/package.json
@@ -0,0 +1,57 @@
+{
+ "_from": "[email protected]",
+ "_id": "[email protected]",
+ "_inBundle": false,
+ "_integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=",
+ "_location": "/isarray",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "[email protected]",
+ "name": "isarray",
+ "escapedName": "isarray",
+ "rawSpec": "0.0.1",
+ "saveSpec": null,
+ "fetchSpec": "0.0.1"
+ },
+ "_requiredBy": [
+ "/readable-stream"
+ ],
+ "_resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz",
+ "_shasum": "8a18acfca9a8f4177e09abfc6038939b05d1eedf",
+ "_spec": "[email protected]",
+ "_where": "/Users/armanshah/Desktop/node-projects/shopping-list/node_modules/readable-stream",
+ "author": {
+ "name": "Julian Gruber",
+ "email": "[email protected]",
+ "url": "http://juliangruber.com"
+ },
+ "bugs": {
+ "url": "https://github.com/juliangruber/isarray/issues"
+ },
+ "bundleDependencies": false,
+ "dependencies": {},
+ "deprecated": false,
+ "description": "Array#isArray for older browsers",
+ "devDependencies": {
+ "tap": "*"
+ },
+ "homepage": "https://github.com/juliangruber/isarray",
+ "keywords": [
+ "browser",
+ "isarray",
+ "array"
+ ],
+ "license": "MIT",
+ "main": "index.js",
+ "name": "isarray",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/juliangruber/isarray.git"
+ },
+ "scripts": {
+ "test": "tap test/*.js"
+ },
+ "version": "0.0.1"
+}