1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- {
- "_args": [
- [
- "is@3.2.0",
- "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
- ]
- ],
- "_development": true,
- "_from": "is@3.2.0",
- "_id": "is@3.2.0",
- "_inBundle": false,
- "_integrity": "sha1-o2Lj2vffP9i3EUEV1iTFt+HLkPc=",
- "_location": "/is",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "is@3.2.0",
- "name": "is",
- "escapedName": "is",
- "rawSpec": "3.2.0",
- "saveSpec": null,
- "fetchSpec": "3.2.0"
- },
- "_requiredBy": [
- "/node.extend"
- ],
- "_resolved": "https://registry.npmjs.org/is/-/is-3.2.0.tgz",
- "_spec": "3.2.0",
- "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
- "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"
- },
- "engines": {
- "node": "*"
- },
- "homepage": "https://github.com/enricomarino/is",
- "keywords": [
- "util",
- "type",
- "test"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "is",
- "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"
- }
|