Sha256: 9babf081df9363339ca8e4e00736d1f4022304b9161bcb5e047f6ef69ac7d72e

Contents?: true

Size: 1.27 KB

Versions: 4

Compression:

Stored size: 1.27 KB

Contents

{
	"name": "unbox-primitive",
	"version": "1.0.0",
	"description": "Unbox a boxed JS primitive value.",
	"main": "index.js",
	"scripts": {
		"prepublish": "not-in-publish || safe-publish-latest",
		"preversion": "auto-changelog",
		"lint": "eslint .",
		"pretest": "npm run lint",
		"tests-only": "node test",
		"test": "npm run tests-only",
		"posttest": "npx aud"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/ljharb/unbox-primitive.git"
	},
	"keywords": [
		"unbox",
		"boxed",
		"primitive",
		"object",
		"javascript",
		"ecmascript"
	],
	"author": "Jordan Harband <ljharb@gmail.com>",
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/ljharb/unbox-primitive/issues"
	},
	"homepage": "https://github.com/ljharb/unbox-primitive#readme",
	"devDependencies": {
		"@ljharb/eslint-config": "^14.0.2",
		"auto-changelog": "^1.14.1",
		"eslint": "^6.1.0",
		"for-each": "^0.3.3",
		"in-publish": "^2.0.0",
		"object-inspect": "^1.6.0",
		"object-is": "^1.0.1",
		"safe-publish-latest": "^1.1.2",
		"tape": "^4.11.0"
	},
	"dependencies": {
		"function-bind": "^1.1.1",
		"has-bigints": "^1.0.0",
		"has-symbols": "^1.0.0",
		"which-boxed-primitive": "^1.0.1"
	},
	"auto-changelog": {
		"backfillLimit": false,
		"commitLimit": false,
		"template": "keepachangelog"
	}
}

Version data entries

4 entries across 3 versions & 2 rubygems

Version Path
groonga-client-model-6.0.0 test/apps/rails6.0.3.5/node_modules/unbox-primitive/package.json
groonga-client-model-6.0.0 test/apps/rails6.1.3/node_modules/unbox-primitive/package.json
ruby2js-4.0.4 lib/tasks/testrails/node_modules/unbox-primitive/package.json
ruby2js-4.0.3 lib/tasks/testrails/node_modules/unbox-primitive/package.json