123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133 |
- {
- "_args": [
- [
- {
- "raw": "is@^3.1.0",
- "scope": null,
- "escapedName": "is",
- "name": "is",
- "rawSpec": "^3.1.0",
- "spec": ">=3.1.0 <4.0.0",
- "type": "range"
- },
- "/mnt/Data/bach/Documents/ola/OLA#3DOC/sys/node_modules/node.extend"
- ]
- ],
- "_from": "is@>=3.1.0 <4.0.0",
- "_id": "is@3.2.0",
- "_inCache": true,
- "_location": "/is",
- "_nodeVersion": "6.9.1",
- "_npmOperationalInternal": {
- "host": "packages-18-east.internal.npmjs.com",
- "tmp": "tmp/is-3.2.0.tgz_1477361574280_0.3033844856545329"
- },
- "_npmUser": {
- "name": "ljharb",
- "email": "ljharb@gmail.com"
- },
- "_npmVersion": "3.10.8",
- "_phantomChildren": {},
- "_requested": {
- "raw": "is@^3.1.0",
- "scope": null,
- "escapedName": "is",
- "name": "is",
- "rawSpec": "^3.1.0",
- "spec": ">=3.1.0 <4.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/node.extend"
- ],
- "_resolved": "https://registry.npmjs.org/is/-/is-3.2.0.tgz",
- "_shasum": "a362e3daf7df3fd8b7114115d624c5b7e1cb90f7",
- "_shrinkwrap": null,
- "_spec": "is@^3.1.0",
- "_where": "/mnt/Data/bach/Documents/ola/OLA#3DOC/sys/node_modules/node.extend",
- "author": {
- "name": "Enrico Marino",
- "url": "http://onirame.com"
- },
- "bugs": {
- "url": "https://github.com/enricomarino/is/issues"
- },
- "contributors": [
- {
- "name": "Jordan Harband",
- "url": "https://github.com/ljharb"
- }
- ],
- "dependencies": {},
- "description": "the definitive JavaScript type testing library",
- "devDependencies": {
- "@ljharb/eslint-config": "^8.0.0",
- "covert": "^1.1.0",
- "eslint": "^3.8.1",
- "foreach": "^2.0.5",
- "jscs": "^3.0.7",
- "tape": "^4.6.2"
- },
- "directories": {},
- "dist": {
- "shasum": "a362e3daf7df3fd8b7114115d624c5b7e1cb90f7",
- "tarball": "https://registry.npmjs.org/is/-/is-3.2.0.tgz"
- },
- "engines": {
- "node": "*"
- },
- "gitHead": "fce8a66ab070837fcf606e57bc2323376222a327",
- "homepage": "https://github.com/enricomarino/is",
- "keywords": [
- "util",
- "type",
- "test"
- ],
- "license": "MIT",
- "main": "index.js",
- "maintainers": [
- {
- "name": "ljharb",
- "email": "ljharb@gmail.com"
- },
- {
- "name": "enricomarino",
- "email": "enrico.marino@email.com"
- }
- ],
- "name": "is",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git://github.com/enricomarino/is.git"
- },
- "scripts": {
- "coverage": "covert test/index.js",
- "coverage-quiet": "covert test/index.js --quiet",
- "eslint": "eslint *.js */*.js",
- "jscs": "jscs *.js */*.js",
- "lint": "npm run jscs && npm run eslint",
- "pretest": "npm run lint",
- "test": "npm run --silent tests-only",
- "tests-only": "node test/index.js"
- },
- "testling": {
- "files": "test/index.js",
- "browsers": [
- "iexplore/6.0..latest",
- "firefox/3.0",
- "firefox/15.0..latest",
- "firefox/nightly",
- "chrome/4.0",
- "chrome/22.0..latest",
- "chrome/canary",
- "opera/10.0..latest",
- "opera/next",
- "safari/5.0.5..latest",
- "ipad/6.0..latest",
- "iphone/6.0..latest"
- ]
- },
- "version": "3.2.0"
- }
|