1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- {
- "_from": "natives@1.1.6",
- "_id": "natives@1.1.6",
- "_inBundle": false,
- "_integrity": "sha512-6+TDFewD4yxY14ptjKaS63GVdtKiES1pTPyxn9Jb0rBqPMZ7VcCiooEhPNsr+mqHtMGxa/5c/HhcC4uPEUw/nA==",
- "_location": "/natives",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "natives@1.1.6",
- "name": "natives",
- "escapedName": "natives",
- "rawSpec": "1.1.6",
- "saveSpec": null,
- "fetchSpec": "1.1.6"
- },
- "_requiredBy": [
- "#USER",
- "/",
- "/vinyl-fs/graceful-fs"
- ],
- "_resolved": "https://registry.npmjs.org/natives/-/natives-1.1.6.tgz",
- "_shasum": "a603b4a498ab77173612b9ea1acdec4d980f00bb",
- "_spec": "natives@1.1.6",
- "_where": "/home/kevin/Documents/Sites/anissabensalah.net/user/themes/anissabensalah",
- "author": {
- "name": "Isaac Z. Schlueter",
- "email": "i@izs.me",
- "url": "http://blog.izs.me/"
- },
- "bugs": {
- "url": "https://github.com/addaleax/natives/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "Do stuff with Node.js's native JavaScript modules",
- "devDependencies": {
- "tap": "^11.0.0"
- },
- "files": [
- "index.js"
- ],
- "homepage": "https://github.com/addaleax/natives#readme",
- "license": "ISC",
- "main": "index.js",
- "name": "natives",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/addaleax/natives.git"
- },
- "scripts": {
- "test": "tap test/*.js"
- },
- "version": "1.1.6"
- }
|