113 lines
4.1 KiB
JSON
113 lines
4.1 KiB
JSON
{
|
|
"_from": "is-nan-x@^1.0.1",
|
|
"_id": "is-nan-x@1.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-VfNJgfuT8USqKCYQss8g7sFvCzDnL+OOVMQoXhVoulZAyp0ZTj3oyZaaPrn2dxepAkKSQI2BiKHbBabX1DqVtw==",
|
|
"_location": "/is-nan-x",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "is-nan-x@^1.0.1",
|
|
"name": "is-nan-x",
|
|
"escapedName": "is-nan-x",
|
|
"rawSpec": "^1.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/is-finite-x",
|
|
"/math-sign-x",
|
|
"/to-integer-x"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/is-nan-x/-/is-nan-x-1.0.1.tgz",
|
|
"_shasum": "de747ebcc8bddeb66f367c17caca7eba843855c0",
|
|
"_spec": "is-nan-x@^1.0.1",
|
|
"_where": "/Users/asciidisco/Desktop/asciidisco.com/build/node_modules/to-integer-x",
|
|
"author": {
|
|
"name": "Graham Fairweather",
|
|
"email": "xotic750@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Xotic750/is-nan-x/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"copyright": "Copyright (c) 2017",
|
|
"dependencies": {},
|
|
"deprecated": false,
|
|
"description": "ES6-compliant shim for Number.isNaN - the global isNaN returns false positives.",
|
|
"devDependencies": {
|
|
"@xotic750/eslint-config-standard-x": "^2.2.1",
|
|
"browserify": "^14.4.0",
|
|
"browserify-derequire": "^0.9.4",
|
|
"cross-env": "^5.0.1",
|
|
"es5-shim": "^4.5.9",
|
|
"es6-shim": "^0.35.3",
|
|
"es7-shim": "^6.0.0",
|
|
"eslint": "^4.2.0",
|
|
"eslint-plugin-compat": "^1.0.4",
|
|
"eslint-plugin-css-modules": "^2.7.2",
|
|
"eslint-plugin-eslint-comments": "^1.0.2",
|
|
"eslint-plugin-jsdoc": "^3.1.1",
|
|
"eslint-plugin-json": "^1.2.0",
|
|
"eslint-plugin-no-use-extend-native": "^0.3.12",
|
|
"husky": "^0.13.4",
|
|
"jasmine-node": "^1.14.5",
|
|
"jsdoc-to-markdown": "^3.0.0",
|
|
"json3": "^3.3.2",
|
|
"make-jasmine-spec-runner-html": "^1.3.0",
|
|
"ncp": "^2.0.0",
|
|
"nodemon": "^1.11.0",
|
|
"nsp": "^2.6.3",
|
|
"parallelshell": "^3.0.1",
|
|
"replace-x": "^1.5.0",
|
|
"rimraf": "^2.6.1",
|
|
"serve": "^6.0.2",
|
|
"uglify-js": "^3.0.24"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"homepage": "https://github.com/Xotic750/is-nan-x",
|
|
"keywords": [
|
|
"number",
|
|
"isNaN",
|
|
"module",
|
|
"javascript",
|
|
"nodejs",
|
|
"browser"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "is-nan-x",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Xotic750/is-nan-x.git"
|
|
},
|
|
"scripts": {
|
|
"browserify": "browserify -p browserify-derequire -e index.js -o lib/is-nan-x.js -u 'crypto' -s returnExports",
|
|
"build": "npm run clean && npm run lint && npm run browserify && npm run uglify && npm run docs && npm test && npm run security",
|
|
"build:description": "replace-x \" @file .*\" \" @file $(node -p -e \"require('./package.json').description\")\" index.js",
|
|
"build:jasmine": "npm run clean:jasmine && make-jasmine-spec-runner-html",
|
|
"build:name": "replace-x \" @module .*\" \" @module $(node -p -e \"require('./package.json').name\")\" index.js",
|
|
"build:replace": "npm run build:setver && npm run build:name && npm run build:description",
|
|
"build:setver": "replace-x \" @version .*\" \" @version $(node -p -e \"require('./package.json').version\")\" index.js",
|
|
"clean": "rimraf README.md lib/*",
|
|
"clean:all": "npm run clean:jasmine && npm run clean",
|
|
"clean:jasmine": "rimraf tests/index.html tests/run.js",
|
|
"docs": "npm run docs:badges && jsdoc2md --name-format --example-lang js index.js >> README.md",
|
|
"docs:badges": "ncp badges.html README.md && npm run docs:name",
|
|
"docs:name": "replace-x \"@{PACKAGE-NAME}\" \"$(node -p -e \"require('./package.json').name\")\" README.md",
|
|
"lint": "eslint *.js tests/spec/*.js",
|
|
"lint-fix": "npm run lint -- --fix",
|
|
"precommit": "npm run production",
|
|
"prepush": "npm run production",
|
|
"production": "npm run clean:all && npm run build:jasmine && npm run build:replace && npm run build",
|
|
"security": "nsp check",
|
|
"start": "parallelshell \"serve\" \"nodemon --watch index.js --exec 'npm run build'\"",
|
|
"test": "jasmine-node --matchall tests/spec/",
|
|
"uglify": "uglifyjs lib/is-nan-x.js -o lib/is-nan-x.min.js --config-file .uglifyjsrc.json"
|
|
},
|
|
"version": "1.0.1"
|
|
}
|