Built motion from commit 6a09e18b.|2.6.11
[motion2.git] / legacy-libs / detect-libc / package.json
diff --git a/legacy-libs/detect-libc/package.json b/legacy-libs/detect-libc/package.json
new file mode 100644 (file)
index 0000000..b43a419
--- /dev/null
@@ -0,0 +1,106 @@
+{
+  "_args": [
+    [
+      {
+        "raw": "detect-libc@^1.0.2",
+        "scope": null,
+        "escapedName": "detect-libc",
+        "name": "detect-libc",
+        "rawSpec": "^1.0.2",
+        "spec": ">=1.0.2 <2.0.0",
+        "type": "range"
+      },
+      "/var/opt/motion2/node_modules/node-pre-gyp"
+    ]
+  ],
+  "_from": "detect-libc@>=1.0.2 <2.0.0",
+  "_id": "detect-libc@1.0.3",
+  "_inCache": true,
+  "_location": "/detect-libc",
+  "_nodeVersion": "8.1.3",
+  "_npmOperationalInternal": {
+    "host": "s3://npm-registry-packages",
+    "tmp": "tmp/detect-libc-1.0.3.tgz_1511377655799_0.23113705799914896"
+  },
+  "_npmUser": {
+    "name": "lovell",
+    "email": "npm@lovell.info"
+  },
+  "_npmVersion": "3.10.10",
+  "_phantomChildren": {},
+  "_requested": {
+    "raw": "detect-libc@^1.0.2",
+    "scope": null,
+    "escapedName": "detect-libc",
+    "name": "detect-libc",
+    "rawSpec": "^1.0.2",
+    "spec": ">=1.0.2 <2.0.0",
+    "type": "range"
+  },
+  "_requiredBy": [
+    "/node-pre-gyp"
+  ],
+  "_resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz",
+  "_shasum": "fa137c4bd698edf55cd5cd02ac559f91a4c4ba9b",
+  "_shrinkwrap": null,
+  "_spec": "detect-libc@^1.0.2",
+  "_where": "/var/opt/motion2/node_modules/node-pre-gyp",
+  "author": {
+    "name": "Lovell Fuller",
+    "email": "npm@lovell.info"
+  },
+  "bin": {
+    "detect-libc": "./bin/detect-libc.js"
+  },
+  "bugs": {
+    "url": "https://github.com/lovell/detect-libc/issues"
+  },
+  "contributors": [
+    {
+      "name": "Niklas Salmoukas",
+      "email": "niklas@salmoukas.com"
+    }
+  ],
+  "dependencies": {},
+  "description": "Node.js module to detect the C standard library (libc) implementation family and version",
+  "devDependencies": {
+    "ava": "^0.23.0",
+    "nyc": "^11.3.0",
+    "proxyquire": "^1.8.0",
+    "semistandard": "^11.0.0"
+  },
+  "directories": {},
+  "dist": {
+    "shasum": "fa137c4bd698edf55cd5cd02ac559f91a4c4ba9b",
+    "tarball": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz"
+  },
+  "engines": {
+    "node": ">=0.10"
+  },
+  "gitHead": "88df1a5950bf3cd9bffa1e0137ab6471c4546118",
+  "homepage": "https://github.com/lovell/detect-libc#readme",
+  "keywords": [
+    "libc",
+    "glibc",
+    "musl"
+  ],
+  "license": "Apache-2.0",
+  "main": "lib/detect-libc.js",
+  "maintainers": [
+    {
+      "name": "lovell",
+      "email": "npm@lovell.info"
+    }
+  ],
+  "name": "detect-libc",
+  "optionalDependencies": {},
+  "readme": "ERROR: No README data found!",
+  "repository": {
+    "type": "git",
+    "url": "git://github.com/lovell/detect-libc.git"
+  },
+  "scripts": {
+    "test": "semistandard && nyc --reporter=lcov ava"
+  },
+  "version": "1.0.3"
+}