1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- {
- "_args": [
- [
- {
- "raw": "is-module@^1.0.0",
- "scope": null,
- "escapedName": "is-module",
- "name": "is-module",
- "rawSpec": "^1.0.0",
- "spec": ">=1.0.0 <2.0.0",
- "type": "range"
- },
- "/Users/tennesseeg/blueCoin/node_modules/rollup-plugin-node-resolve"
- ]
- ],
- "_from": "is-module@>=1.0.0 <2.0.0",
- "_id": "is-module@1.0.0",
- "_inCache": true,
- "_location": "/is-module",
- "_npmUser": {
- "name": "jongleberry",
- "email": "jonathanrichardong@gmail.com"
- },
- "_npmVersion": "1.4.6",
- "_phantomChildren": {},
- "_requested": {
- "raw": "is-module@^1.0.0",
- "scope": null,
- "escapedName": "is-module",
- "name": "is-module",
- "rawSpec": "^1.0.0",
- "spec": ">=1.0.0 <2.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/rollup-plugin-node-resolve"
- ],
- "_resolved": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz",
- "_shasum": "3258fb69f78c14d5b815d664336b4cffb6441591",
- "_shrinkwrap": null,
- "_spec": "is-module@^1.0.0",
- "_where": "/Users/tennesseeg/blueCoin/node_modules/rollup-plugin-node-resolve",
- "author": {
- "name": "Jonathan Ong",
- "email": "me@jongleberry.com",
- "url": "http://jongleberry.com"
- },
- "bugs": {
- "url": "https://github.com/component/is-module/issues"
- },
- "dependencies": {},
- "description": "check if a source string is an es6 module",
- "devDependencies": {
- "mocha": "*"
- },
- "directories": {},
- "dist": {
- "shasum": "3258fb69f78c14d5b815d664336b4cffb6441591",
- "tarball": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz"
- },
- "homepage": "https://github.com/component/is-module",
- "keywords": [
- "es6",
- "module",
- "modules"
- ],
- "license": "MIT",
- "maintainers": [
- {
- "name": "jongleberry",
- "email": "jonathanrichardong@gmail.com"
- }
- ],
- "name": "is-module",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git://github.com/component/is-module.git"
- },
- "scripts": {
- "test": "mocha --reporter spec --bail"
- },
- "version": "1.0.0"
- }
|